home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d8
/
ragtagqm.arc
/
SHOWNAME.SCR
< prev
Wrap
Text File
|
1990-04-26
|
830b
|
22 lines
; ShowName, version 0.01
;
; Qmodem script for displaying BBS name
;
; Written by Maurice Crouse, 12 April 1990.
; Qmodem adaptation written 24 April 1990.
;
; Set up a function key in Qmodem to send the string @SCRIPT SHOWNAME.
; Any time you need to know the name of the board to which you are
; connected (Qmodem does not show this information on its status line),
; just tap the function key. A window will open up for about a second,
; displaying the board name.
getscr ;save the original screen
box 10 10 60 14 ;draw a box
color 11 ;use the color cyan
gotoxy 3 2 ;at column 3, row 2 within the box
display "$board" ;display the board name
pause 1000 ;keep it displayed for 1 second
putscr ;restore the original screen